Remove spurious semicolon. Thanks to Kjartan Maraas for pointing it out.
authorFederico Mena Quintero <federico@ximian.com>
Thu, 11 Mar 2004 01:16:09 +0000 (01:16 +0000)
committerFederico Mena Quintero <federico@src.gnome.org>
Thu, 11 Mar 2004 01:16:09 +0000 (01:16 +0000)
2004-03-10  Federico Mena Quintero  <federico@ximian.com>

* gtk/gtkstyle.c (draw_dot): Remove spurious semicolon.  Thanks to
Kjartan Maraas for pointing it out.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkstyle.c

index 0ba1be5fc0f079dbad4ecd4715c0a562323ce322..b228ceff47c5f17d222359a98f4a6713c76d7a87 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-03-10  Federico Mena Quintero  <federico@ximian.com>
+
+       * gtk/gtkstyle.c (draw_dot): Remove spurious semicolon.  Thanks to
+       Kjartan Maraas for pointing it out.
+
 Wed Mar 10 23:40:15 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): Set the background
index 0ba1be5fc0f079dbad4ecd4715c0a562323ce322..b228ceff47c5f17d222359a98f4a6713c76d7a87 100644 (file)
@@ -1,3 +1,8 @@
+2004-03-10  Federico Mena Quintero  <federico@ximian.com>
+
+       * gtk/gtkstyle.c (draw_dot): Remove spurious semicolon.  Thanks to
+       Kjartan Maraas for pointing it out.
+
 Wed Mar 10 23:40:15 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): Set the background
index 0ba1be5fc0f079dbad4ecd4715c0a562323ce322..b228ceff47c5f17d222359a98f4a6713c76d7a87 100644 (file)
@@ -1,3 +1,8 @@
+2004-03-10  Federico Mena Quintero  <federico@ximian.com>
+
+       * gtk/gtkstyle.c (draw_dot): Remove spurious semicolon.  Thanks to
+       Kjartan Maraas for pointing it out.
+
 Wed Mar 10 23:40:15 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): Set the background
index 0ba1be5fc0f079dbad4ecd4715c0a562323ce322..b228ceff47c5f17d222359a98f4a6713c76d7a87 100644 (file)
@@ -1,3 +1,8 @@
+2004-03-10  Federico Mena Quintero  <federico@ximian.com>
+
+       * gtk/gtkstyle.c (draw_dot): Remove spurious semicolon.  Thanks to
+       Kjartan Maraas for pointing it out.
+
 Wed Mar 10 23:40:15 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): Set the background
index 0ba1be5fc0f079dbad4ecd4715c0a562323ce322..b228ceff47c5f17d222359a98f4a6713c76d7a87 100644 (file)
@@ -1,3 +1,8 @@
+2004-03-10  Federico Mena Quintero  <federico@ximian.com>
+
+       * gtk/gtkstyle.c (draw_dot): Remove spurious semicolon.  Thanks to
+       Kjartan Maraas for pointing it out.
+
 Wed Mar 10 23:40:15 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): Set the background
index 67c11d56ea3d68630515d139bcea6c86ab351da5..fc8ae92c4c81203c8277a645d0c123b8bf66dc13 100644 (file)
@@ -4786,7 +4786,7 @@ draw_dot (GdkWindow    *window,
       gdk_draw_point (window, light_gc, x, y);
       gdk_draw_point (window, light_gc, x+1, y+1);
     }
-  else if (size == 3);
+  else if (size == 3)
     {
       gdk_draw_point (window, light_gc, x, y);
       gdk_draw_point (window, light_gc, x+1, y);